← Index
NYTProf Performance Profile   
For starman worker -M FindBin --max-requests 50 --workers 2 --user=kohadev-koha --group kohadev-koha --pid /var/run/koha/kohadev/plack.pid --daemonize --access-log /var/log/koha/kohadev/plack.log --error-log /var/log/koha/kohadev/plack-error.log -E deployment --socket /var/run/koha/kohadev/plack.sock /etc/koha/sites/kohadev/plack.psgi
  Run on Fri Jan 8 14:31:06 2016
Reported on Fri Jan 8 14:31:39 2016

Filename(eval 1110)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 188 statements in 478µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
9022278µs605µsDBIx::Class::Storage::BlockRunner::::_reset_exception_stackDBIx::Class::Storage::BlockRunner::_reset_exception_stack
11121µs32µsSub::Quote::::BEGIN@4.2967 Sub::Quote::BEGIN@4.2967
1117µs7µsMethod::Generate::Accessor::::BEGIN@10.2968 Method::Generate::Accessor::BEGIN@10.2968
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_UNQUOTED = ${$_[1]->{"\$_UNQUOTED"}};
31200ns my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
42108µs244µs
# spent 32µs (21+11) within Sub::Quote::BEGIN@4.2967 which was called: # once (21µs+11µs) by Sub::Quote::_clean_eval at line 4
no warnings 'closure';
# spent 32µs making 1 call to Sub::Quote::BEGIN@4.2967 # spent 12µs making 1 call to warnings::unimport
5
# spent 605µs (278+328) within DBIx::Class::Storage::BlockRunner::_reset_exception_stack which was called 90 times, avg 7µs/call: # 89 times (272µs+328µs) by DBIx::Class::Storage::BlockRunner::run at line 107 of DBIx/Class/Storage/BlockRunner.pm, avg 7µs/call # once (6µs+0s) by DBIx::Class::Storage::BlockRunner::run at line 56 of Sub/Defer.pm
sub DBIx::Class::Storage::BlockRunner::_reset_exception_stack {
6 $_QUOTED if 0;
78921µs $_UNQUOTED if 0;
8# BEGIN quote_sub PRELUDE
9package Method::Generate::Accessor;
10
# spent 7µs within Method::Generate::Accessor::BEGIN@10.2968 which was called: # once (7µs+0s) by Sub::Quote::_clean_eval at line 15
BEGIN {
1111µs $^H = "1762";
121500ns ${^WARNING_BITS} = "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377";
1317µs %^H = (
14 );
15150µs17µs}
# spent 7µs making 1 call to Method::Generate::Accessor::BEGIN@10.2968
16# END quote_sub PRELUDE
1789283µs delete $_[0]->{"exception_stack"}
18
19 }
2011µs $$_UNQUOTED = \&DBIx::Class::Storage::BlockRunner::_reset_exception_stack
21}
2214µs1;
23
24;